Q3ViewerGetBounds
You can use theQ3ViewerGetBounds
function to get the rectangle that bounds a viewer's pane.
OSErr Q3ViewerGetBounds ( TQ3ViewerObject theViewer, Rect *bounds);
theViewer
- A viewer object.
bounds
- On exit, the rectangle that bounds the pane currently associated with the specified viewer object.
DESCRIPTION
TheQ3ViewerGetBounds
function returns, through thebounds
parameter, the rectangle that currently bounds the pane associated with the viewer object specified by thebounds
parameter.